From 28e7b0eeb483449b64aa14472bb04f75300d5da8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 1 May 2002 15:08:00 +0000 Subject: [PATCH] (clone-indirect-buffer-other-window): Fix a typo in `pop-up-window'. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index ce19c413482..9edb9a53727 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4140,7 +4140,7 @@ Select the new buffer in another window. Optional second arg NORECORD non-nil means do not put this buffer at the front of the list of recently selected ones." (interactive "bClone buffer in other window: ") - (let ((popup-windows t)) + (let ((pop-up-windows t)) (set-buffer buffer) (clone-indirect-buffer nil t norecord))) -- 2.30.2